home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Misc / emu / fbzx.lha / fbzx / spk_ay.h < prev    next >
C/C++ Source or Header  |  2004-01-04  |  119b  |  8 lines

  1. #ifndef H_SPK_AY
  2. #define H_SPK_AY
  3.  
  4. inline void play_ay (unsigned int);
  5. inline void play_sound (unsigned int);
  6.  
  7. #endif;
  8.